In memoriam: Michael Foord 1974-2025
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21cd287..cd1b360 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst
@@ -1,6 +1,11 @@ 5.2.0 ----- +This is release is `in memory of Michael Foord`__, who originally authored the `mock` package +and passed away in January 2025. + +__ https://discuss.python.org/t/in-memoriam-michael-foord-1974-2025/78317 + - gh-65454: :func:`unittest.mock.Mock.attach_mock` no longer triggers a call to a ``PropertyMock`` being attached.